type net/http.http2PriorityParam

17 uses

	net/http (current package)
		h2_bundle.go#L2606: 	Priority http2PriorityParam
		h2_bundle.go#L2694: 	Priority http2PriorityParam
		h2_bundle.go#L2746: 	http2PriorityParam
		h2_bundle.go#L2749: var http2defaultRFC9218Priority = http2PriorityParam{
		h2_bundle.go#L2759: type http2PriorityParam struct {
		h2_bundle.go#L2789: func (p http2PriorityParam) IsZero() bool {
		h2_bundle.go#L2790: 	return p == http2PriorityParam{}
		h2_bundle.go#L2806: 		http2PriorityParam: http2PriorityParam{
		h2_bundle.go#L2818: func (f *http2Framer) WritePriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L6161: func (sc *http2serverConn) checkPriority(streamID uint32, p http2PriorityParam) error {
		h2_bundle.go#L11143: 	AdjustStream(streamID uint32, priority http2PriorityParam)
		h2_bundle.go#L11163: 	priority http2PriorityParam
		h2_bundle.go#L11710: func (ws *http2priorityWriteSchedulerRFC7540) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L11852: 	priority http2PriorityParam
		h2_bundle.go#L11932: func (ws *http2priorityWriteSchedulerRFC9218) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L12083: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L12185: func (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}